SET WINDOW SIZE

This command will set the windows size.

  Syntax
SET WINDOW SIZE Width, Height
  Parameters
Width
Integer
The new width
Height
Integer
The new height

  Returns

This command does not return a value.

  Example Code
cls
set display mode 1024,768,32
set window on
wait 1000*8
set window size 800,400
do
loop
end
  See also

DISPLAY Commands Menu
Index